Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: support riak credentials parameters #30

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

ssepml
Copy link

@ssepml ssepml commented Nov 5, 2024

Description

Support riak credentials when creating riak connections

@ssepml ssepml requested a review from a team as a code owner November 5, 2024 14:47
@ssepml ssepml marked this pull request as draft November 5, 2024 14:47
@ssepml ssepml force-pushed the ptf-1300-support-riak-credentials branch from 5d6876f to 02283aa Compare November 6, 2024 08:38
@ssepml ssepml force-pushed the ptf-1300-support-riak-credentials branch from 02283aa to 3abcf76 Compare November 6, 2024 10:13
@ssepml ssepml marked this pull request as ready for review November 6, 2024 10:46
@@ -470,7 +470,7 @@ conflict_ok_test() ->
{ok, Obj} = get(krc_server,
B,
K,
fun(V1, V2) -> erlang:max(V1, V2) end),
fun(Val1, Val2) -> erlang:max(Val1, Val2) end),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohh, nice find!

@ssepml ssepml merged commit a46ae64 into master Nov 13, 2024
@ssepml ssepml deleted the ptf-1300-support-riak-credentials branch November 13, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants